    /* box2 */
    .section2 {
        width: 100%;
        padding-top: 100px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .Box2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .Box2 .indexTitle {
        width: 100%;
        padding: 0 var(--w1600);
    }

    .Swiper2 {
        width: 100%;
    }

    .Slide2 {
        width: auto;
    }


    .imgBox2 img {
        width: 100%;
    }

    .text2 h1 {
        padding: 0 15px;
        font-size: 16px;
        text-align: center;
        color: #1D1D1D;
    }

    .Slide2:hover .text2 h1 {
        color: var(--color);
    }


    .IndexBox2:nth-child(2) .Slide2 {
        width: calc(100vw / 7);
    }

    .IndexBox2:nth-child(3) .Slide2 {
        width: calc(100vw / 5);
    }

    .IndexBox2:nth-child(4) .Slide2 {
        width: calc(100vw / 3);
    }

    /* 
    .IndexBox2:nth-child(4) .Slide2.swiper-slide-prev .text2 h1 {
        text-align: right;
    }

    .IndexBox2:nth-child(4) .Slide2.swiper-slide-next .text2 h1 {
        text-align: left;
    }
*/
    @media (max-width: 1600px) {}

    @media (max-width: 1440px) {
        .IndexBox2:nth-child(4) .Slide2 {
            width: calc(100vw / 3);
        }
    }

    @media (max-width: 1200px) {
        .section2 {
            padding: 90px 0;
        }

        .Swiper2 {
            margin-top: 60px;
        }

        .IndexBox2:nth-child(2) .Slide2 {
            width: 200px;
        }

        .IndexBox2:nth-child(3) .Slide2 {
            width: 300px;
        }

        .IndexBox2:nth-child(4) .Slide2 {
            width: 75%;
        }

        .text2 h1 {
            text-align: center !important;
        }
    }

    @media (max-width: 720px) {
        .section2 {
            padding: 60px 0;
        }

        .Swiper2 {
            margin-top: 30px;
        }

        .text2 h1 {
            margin-top: 10px;
        }

        .IndexBox2:nth-child(2) .Slide2 {
            width: 150px;
        }

        .IndexBox2:nth-child(3) .Slide2 {
            width: 250px;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}



    @media (min-width: 1200px) {
        .imgBox2 {
            position: relative;
            transition: 0.5s;
        }

        .slidePrve3 {
            right: -50px;
        }

        .slidePrve2 {
            right: 0px;
        }

        .slidePrve1 {
            right: 10px;
        }

        .slideNext1 {
            right: -30px;
        }

        .slideNext2 {
            right: -20px;
        }

        .slideNext3 {
            right: 10px;
        }
    }